home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Text File  |  2005-05-01  |  3KB  |  150 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 409
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'OptionsForm'
  7.   ClientHeight = 277
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOk: TButton
  20.     Left = 124
  21.     Top = 246
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = btnOkClick
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 212
  31.     Top = 246
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = '&Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object PageControl: TPageControl
  40.     Left = 0
  41.     Top = 0
  42.     Width = 400
  43.     Height = 233
  44.     ActivePage = tsGeneral
  45.     Align = alTop
  46.     TabOrder = 2
  47.     object tsGeneral: TTabSheet
  48.       Caption = 'General'
  49.       object rgRateDispMode: TRadioGroup
  50.         Left = 9
  51.         Top = 13
  52.         Width = 164
  53.         Height = 57
  54.         Caption = 'Display transfer rate as'
  55.         Columns = 2
  56.         Items.Strings = (
  57.           'Bytes/sec'
  58.           'Bit/sec')
  59.         TabOrder = 0
  60.       end
  61.       object gbPassword: TGroupBox
  62.         Left = 10
  63.         Top = 75
  64.         Width = 164
  65.         Height = 121
  66.         Caption = 'Service access password'
  67.         TabOrder = 1
  68.         object lePass1: TLabeledEdit
  69.           Left = 14
  70.           Top = 42
  71.           Width = 131
  72.           Height = 21
  73.           EditLabel.Width = 73
  74.           EditLabel.Height = 13
  75.           EditLabel.Caption = 'Enter password'
  76.           PasswordChar = '*'
  77.           TabOrder = 0
  78.         end
  79.         object lePass2: TLabeledEdit
  80.           Left = 14
  81.           Top = 86
  82.           Width = 131
  83.           Height = 21
  84.           EditLabel.Width = 83
  85.           EditLabel.Height = 13
  86.           EditLabel.Caption = 'Confirm password'
  87.           PasswordChar = '*'
  88.           TabOrder = 1
  89.         end
  90.       end
  91.       object rgRuleClick: TRadioGroup
  92.         Left = 185
  93.         Top = 13
  94.         Width = 196
  95.         Height = 57
  96.         Caption = 'Double click a rule opens'
  97.         Columns = 2
  98.         Items.Strings = (
  99.           'Statistics'
  100.           'Properties')
  101.         TabOrder = 2
  102.       end
  103.     end
  104.     object TabSheet1: TTabSheet
  105.       Caption = 'Advanced'
  106.       ImageIndex = 1
  107.       object GroupBox1: TGroupBox
  108.         Left = 9
  109.         Top = 13
  110.         Width = 371
  111.         Height = 85
  112.         Caption = 'Queueing'
  113.         TabOrder = 0
  114.         object cbAckNoDelay: TCheckBox
  115.           Left = 16
  116.           Top = 55
  117.           Width = 297
  118.           Height = 17
  119.           Caption = 'Transmit short TCP ACK frames with no queue'
  120.           TabOrder = 0
  121.         end
  122.         object leQueueSize: TLabeledEdit
  123.           Left = 120
  124.           Top = 24
  125.           Width = 49
  126.           Height = 21
  127.           EditLabel.Width = 98
  128.           EditLabel.Height = 13
  129.           EditLabel.Caption = 'Maximum queue size'
  130.           LabelPosition = lpLeft
  131.           LabelSpacing = 10
  132.           TabOrder = 1
  133.           Text = '10'
  134.         end
  135.         object udQueueSize: TUpDown
  136.           Left = 169
  137.           Top = 24
  138.           Width = 15
  139.           Height = 21
  140.           Associate = leQueueSize
  141.           Min = 10
  142.           Max = 32767
  143.           Position = 10
  144.           TabOrder = 2
  145.         end
  146.       end
  147.     end
  148.   end
  149. end
  150.